速報APP / 教育 / Learn Data Structures Complete Guide (OF

Learn Data Structures Complete Guide (OF

價格:免費

更新日期:2017-10-15

檔案大小:5.1M

目前版本:1.0.1

版本需求:Android 4.1 以上版本

官方網站:mailto:siddharthisnext@gmail.com

Learn Data Structures Complete Guide (OFFLINE)(圖1)-速報App

Data Structures are the programmatic way of storing data so that data can be used efficiently. Almost every enterprise application uses various types of data structures in one or the other way. This tutorial will give you a great understanding on Data Structures needed to understand the complexity of enterprise level applications and need of algorithms, and data structures.

Audience

This tutorial is designed for Computer Science graduates as well as Software Professionals who are willing to learn data structures and algorithm programming in simple and easy steps.

After completing this tutorial you will be at intermediate level of expertise from where you can take yourself to higher level of expertise.

Prerequisites

Before proceeding with this tutorial, you should have a basic understanding of C programming language, text editor, and execution of programs, etc.

Chapters

Overview

Environment Setup

Algorithm

Algorithms Basics

Asymptotic Analysis

Greedy Algorithms

Learn Data Structures Complete Guide (OFFLINE)(圖2)-速報App

Divide and Conquer

Dynamic Programming

Data Structures

Data Structure Basics

Array Data Structure

Linked Lists

Linked List Basics

Doubly Linked List

Circular Linked List

Stack & Queue

Stack

Expression Parsing

Queue

Learn Data Structures Complete Guide (OFFLINE)(圖3)-速報App

Searching Techniques

Linear Search

Binary Search

Interpolation Search

Hash Table

Sorting Techniques

Sorting Algorithms

Bubble Sort

Insertion Sort

Selection Sort

Merge Sort

Shell Sort

Quick Sort

Learn Data Structures Complete Guide (OFFLINE)(圖4)-速報App

Graph Data Structure

Graph Data Structure

Depth First Traversal

Breadth First Traversal

Tree Data Structure

Tree Data Structure

Tree Traversal

Binary Search Tree

AVL Tree

Spanning Tree

Heap

Recursion

Recursion Basics

Learn Data Structures Complete Guide (OFFLINE)(圖5)-速報App

Tower of Hanoi

Fibonacci Series

Learn Data Structures Complete Guide (OFFLINE)(圖6)-速報App